home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / cln112.bat < prev    next >
DOS Batch File  |  1994-07-13  |  540b  |  20 lines

  1. @echo off
  2.  
  3. echo This batch file will remove files that 1.12 no longer
  4. echo needs.  You should either backup your 1.11.maint5 area or
  5. echo read this batch file to see what's being deleted before
  6. echo continuing.
  7. pause
  8.  
  9. del docs\djgpp\libc-a-c.tex
  10. del docs\djgpp\libc-d-f.tex
  11. del docs\djgpp\libc-g-h.tex
  12. del docs\djgpp\libc-i-m.tex
  13. del docs\djgpp\libc-idx.tex
  14. del docs\djgpp\libc-n-r.tex
  15. del docs\djgpp\libc-s-s.tex
  16. del docs\djgpp\libc-t-z.tex
  17. del docs\djgpp\libcref.i
  18. del docs\djgpp\libcref.tex
  19. del docs\djgpp\makeall.bat
  20.